object sPopupCalendar: TsPopupCalendar Left = 295 Top = 239 BorderStyle = bsNone Caption = 'sPopupCalendar' ClientHeight = 132 ClientWidth = 189 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True OnCreate = FormCreate OnDeactivate = FormDeactivate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object BgPanel: TsPanel Left = 0 Top = 0 Width = 189 Height = 132 Align = alClient Ctl3D = False ParentCtl3D = False TabOrder = 0 SkinData.SkinSection = 'PANEL' object sMonthCalendar1: TsMonthCalendar Left = 1 Top = 1 Width = 187 Height = 130 Align = alClient BevelWidth = 1 BorderWidth = 3 Caption = ' ' TabOrder = 0 Visible = False OnDblClick = sMonthCalendar1DblClick SkinData.SkinSection = 'PANEL' end end object sPanel1: TsPanel Left = 0 Top = 0 Width = 189 Height = 0 Align = alTop Caption = 'sPanel1' TabOrder = 1 SkinData.SkinSection = 'PANEL' end end